From: Paul Eggert Date: Sat, 29 Jun 2019 06:11:27 +0000 (-0700) Subject: Revert O_PATH change to fileio.c X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~2546 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1dfb2f361595076d1a3e61a46b80470caf259b41;p=emacs.git Revert O_PATH change to fileio.c Ken Brown pointed out it wasn’t needed (Bug#36405#16): * src/fileio.c (O_PATH) [__CYGWIN__]: Remove #undef. --- diff --git a/src/fileio.c b/src/fileio.c index e36118652cb..ed1d2aedf37 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -61,10 +61,6 @@ along with GNU Emacs. If not, see . */ # include #endif -#ifdef __CYGWIN__ -# undef O_PATH /* Buggy in Cygwin 3.0.0 through 3.0.7. */ -#endif - #ifdef WINDOWSNT #define NOMINMAX 1 #include